home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / zsh-3.0-p / zsh-3 / zsh-3.0-pre3 / StartupFiles / zlogin < prev    next >
Text File  |  1996-05-06  |  492b  |  23 lines

  1. #
  2. # $Id: zlogin,v 2.0 1996/05/02 22:57:04 hzoli Exp $
  3. #
  4. # Generic .zlogin file for zsh 2.7
  5. #
  6. # .zlogin is sourced in login shells.  It should
  7. # contain commands that should be executed only in
  8. # login shells.  It should be used to set the terminal
  9. # type and run a series of external commands (fortune,
  10. # msgs, from, etc).
  11. #
  12.  
  13. clear
  14. stty dec new cr0 -tabs
  15. ttyctl -f  # freeze the terminal modes... can't change without a ttyctl -u
  16. mesg y
  17. uptime
  18. fortune
  19. log
  20. from 2>/dev/null
  21. cat notes
  22. msgs -fp
  23.